home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / f90 / real.z / real
Encoding:
Text File  |  2002-10-03  |  4.9 KB  |  102 lines

  1. REAL(3I)                                              Last changed: 4-14-99
  2.  
  3.  
  4. NNAAMMEE
  5.      RREEAALL, DDRREEAALL, QQRREEAALL, FFLLOOAATT, FFLLOOAATTII, FFLLOOAATTJJ, FFLLOOAATTKK, DDFFLLOOAATT, DDFFLLOOAATTII,
  6.      DDFFLLOOAATTJJ, DDFFLLOOAATTKK, QQFFLLOOAATT, QQFFLLOOAATTII, QQFFLLOOAATTJJ, QQFFLLOOAATTKK, SSNNGGLL, SSNNGGLLQQ -
  7.      Converts to type real
  8.  
  9. SSYYNNOOPPSSIISS
  10.      RREEAALL (([AA==]_a [,,[KKIINNDD==]_k_i_n_d]))
  11.      DDRREEAALL (([AA==]_a))
  12.      QQRREEAALL (([AA==]_a))
  13.  
  14.      FFLLOOAATT (([AA==]_a))
  15.      FFLLOOAATTII (([AA==]_a))
  16.      FFLLOOAATTJJ (([AA==]_a))
  17.      FFLLOOAATTKK (([AA==]_a))
  18.  
  19.      DDFFLLOOAATT (([AA==]_a))
  20.      DDFFLLOOAATTII (([AA==]_a))
  21.      DDFFLLOOAATTJJ (([AA==]_a))
  22.      DDFFLLOOAATTKK (([AA==]_a))
  23.  
  24.      QQFFLLOOAATT (([AA==]_a))
  25.      QQFFLLOOAATTII (([AA==]_a))
  26.      QQFFLLOOAATTJJ (([AA==]_a))
  27.      QQFFLLOOAATTKK (([AA==]_a))
  28.  
  29.      SSNNGGLL (([AA==]_a))
  30.      SSNNGGLLQQ (([AA==]_a))
  31.  
  32. IIMMPPLLEEMMEENNTTAATTIIOONN
  33.      UNICOS, UNICOS/mk, IRIX systems
  34.  
  35.      CF90, MIPSpro 7 Fortran 90, MIPSpro Fortran 77
  36.  
  37. SSTTAANNDDAARRDDSS
  38.      Fortran
  39.  
  40.      Fortran extensions:  DDRREEAALL, QQRREEAALL, FFLLOOAATTII, FFLLOOAATTJJ, FFLLOOAATTKK, DDFFLLOOAATT,
  41.      DDFFLLOOAATTII, DDFFLLOOAATTJJ, DDFFLLOOAATTKK, QQFFLLOOAATT, QQFFLLOOAATTII, QQFFLLOOAATTJJ, QQFFLLOOAATTKK, SSNNGGLLQQ
  42.  
  43. DDEESSCCRRIIPPTTIIOONN
  44.      These intrinsic functions convert specified types to type real.  These
  45.      are elemental intrinsic functions.  They accept the following
  46.      arguments:
  47.  
  48.      _a         For RREEAALL, DDRREEAALL, and QQRREEAALL, must be type complex, integer,
  49.                or real.  For FFLLOOAATT, DDFFLLOOAATT, and QQFFLLOOAATT, must be type
  50.                integer.  For FFLLOOAATTII, DDFFLLOOAATTII, and QQFFLLOOAATTII, must be type
  51.                integer (KIND=2).  For FFLLOOAATTJJ, DDFFLLOOAATTJJ, and QQFFLLOOAATTJJ, must be
  52.                type integer (KIND=4).  For FFLLOOAATTKK, DDFFLLOOAATTKK, and QQFFLLOOAATTKK,
  53.                must be type integer (KIND=8).  For SSNNGGLL, must be type
  54.                double-precision real.  For SSNNGGLLQQ, must be type
  55.                quad-precision real.
  56.  
  57.                If _a is of type complex, an approximation of the real part
  58.                of _a is returned.
  59.  
  60.                The data type and kind type for single-precision,
  61.                double-precision, and quad-precision values differ depending
  62.                on your platform.  For platform-specific information, see
  63.                the TERMINOLOGY section of the IINNTTRROO__IINNTTRRIINN(3I) man page.
  64.  
  65.      _k_i_n_d      An integer scalar value.  The kind type to be used for the
  66.                result.  If not specified, the kind type for default real is
  67.                used for integer and real arguments.  If _k_i_n_d is not present
  68.                and the argument is complex, the result has the same kind
  69.                type as the argument.  This argument is not accepted by the
  70.                MIPSpro Fortran 77 compiler.
  71.  
  72.      Type conversion routines assign the appropriate type to Boolean
  73.      arguments without shifting or manipulating the bit patterns they
  74.      represent.
  75.  
  76. NNOOTTEESS
  77.      The names of these intrinsics cannot be passed as arguments.
  78.  
  79. RREETTUURRNN VVAALLUUEESS
  80.      If _a is of type integer or real and _k_i_n_d is specified, the kind type
  81.      parameter is that specified by _k_i_n_d.  If _a is of type integer or real
  82.      and _k_i_n_d is not specified, the kind type parameter is of type default
  83.      real.
  84.  
  85.      If _a is of type complex and _k_i_n_d is specified, the kind type parameter
  86.      is that specified by _k_i_n_d.  If _a if of type complex and _k_i_n_d is not
  87.      specified, the kind type parameter is the kind type parameter of _a.
  88.  
  89.      RREEAALL returns default real.
  90.  
  91.      DDRREEAALL, DDFFLLOOAATT, DDFFLLOOAATTII, DDFFLLOOAATTJJ, and DDFFLLOOAATTKK, return double-precision
  92.      real.
  93.  
  94.      QQRREEAALL, QQFFLLOOAATT, QQFFLLOOAATTII, QQFFLLOOAATTJJ, QQFFLLOOAATTKK, return quad-precision real.
  95.  
  96.      FFLLOOAATT, FFLLOOAATTII, FFLLOOAATTJJ, FFLLOOAATTKK, SSNNGGLL, and SSNNGGLLQQ return single-precision
  97.      real.
  98.  
  99. SSEEEE AALLSSOO
  100.      _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l for the printed version of this
  101.      man page.
  102.